home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 188 - Disc 1 / dpcs1003a.iso / Cafe / NoteTab / NoteTab_Setup.exe / {app} / NoteTab.exe / 0 / RCDATA / TFRMPROCESSINFO / TFRMPROCESSINFO.txt < prev   
Encoding:
Text File  |  2003-05-22  |  1.4 KB  |  72 lines

  1. object frmProcessInfo: TfrmProcessInfo
  2.   Left = 243
  3.   Top = 417
  4.   AutoScroll = False
  5.   BorderIcons = [biMinimize]
  6.   Caption = 'Processing Data...'
  7.   ClientHeight = 90
  8.   ClientWidth = 360
  9.   Color = clBtnFace
  10.   Constraints.MaxHeight = 117
  11.   Constraints.MaxWidth = 368
  12.   Constraints.MinHeight = 117
  13.   Constraints.MinWidth = 368
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   FormStyle = fsStayOnTop
  20.   Icon.Data = {<image000.ico>}
  21.   OldCreateOrder = True
  22.   Position = poScreenCenter
  23.   Scaled = False
  24.   OnClose = FormClose
  25.   OnCreate = FormCreate
  26.   OnDestroy = FormDestroy
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object pnlInfo: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 360
  33.     Height = 25
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     TabOrder = 1
  37.   end
  38.   object btnCancel: TBitBtn
  39.     Left = 136
  40.     Top = 60
  41.     Width = 75
  42.     Height = 25
  43.     Hint = '|Cancel current operation'
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 0
  47.     OnClick = btnCancelClick
  48.     NumGlyphs = 2
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 0
  52.     Top = 25
  53.     Width = 360
  54.     Height = 25
  55.     Align = alTop
  56.     BorderStyle = bsSingle
  57.     TabOrder = 2
  58.     object Gauge: TGauge
  59.       Left = 1
  60.       Top = 1
  61.       Width = 354
  62.       Height = 19
  63.       Hint = '|Progress'
  64.       Align = alClient
  65.       BackColor = clWindow
  66.       BorderStyle = bsNone
  67.       ForeColor = clNavy
  68.       Progress = 0
  69.     end
  70.   end
  71. end
  72.